projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0236e3f
)
(syms_of_w32fns): Change default value of w32-mouse-move-interval to
author
Andrew Innes
<andrewi@gnu.org>
Tue, 2 Feb 1999 14:03:10 +0000
(14:03 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Tue, 2 Feb 1999 14:03:10 +0000
(14:03 +0000)
0, so that the mouse wheel/rocker on some mice works properly.
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 57bad3e65087b740174d1533848c1a9c4ffa3030..1cfde7d0739c279ea079fa7dd9fb8ede09955fe5 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-7313,7
+7313,7
@@
button down event is generated instead.");
The value is the minimum time in milliseconds that must elapse between\n\
successive mouse move (or scroll bar drag) events before they are\n\
reported as lisp events.");
- XSETINT (Vw32_mouse_move_interval,
5
0);
+ XSETINT (Vw32_mouse_move_interval, 0);
init_x_parm_symbols ();